/**
* gsk_color_node_new:
- * @rgba: the #GskColor
+ * @rgba: a #GdkRGBA specifying a color
* @bounds: the rectangle to render the color into
*
- * Creates a #GskRenderNode that will render the given
- * @color into the area given by @bounds.
+ * Creates a #GskRenderNode that will render the color specified by @rgba into
+ * the area given by @bounds.
*
* Returns: A new #GskRenderNode
*
/**
* gsk_cairo_node_new:
- * @bounds: the rectangle to render the to
+ * @bounds: the rectangle to render to
*
* Creates a #GskRenderNode that will render a cairo surface
* into the area given by @bounds. You can draw to the cairo